inherited fShowRTF: TfShowRTF Caption = 'Information' OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 inherited pBody: TPanel object reInformation: TRichEdit Left = 10 Top = 10 Width = 325 Height = 308 Align = alClient ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end inherited pButtons: TPanel object bBack: TButton Left = 272 Top = 24 Width = 75 Height = 25 Caption = '< &Back' ModalResult = 7 TabOrder = 0 end object bNext: TButton Left = 352 Top = 24 Width = 75 Height = 25 Caption = '&Next >' Default = True ModalResult = 6 TabOrder = 1 end object bCancel: TButton Left = 448 Top = 24 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end end